This built-in template is used for filling in the body of a method when it is generated, for example,
through the Create method from usage intention action.The template is editable. Along with TypeScript expressions and comments, you can also use predefined variables. These variables will be replaced with the corresponding values when the template is applied. |
| Predefined variables will take the following values: | ||
| return type of a created method | ||
| value returned by the method by default | ||
| name of the created method | ||
| All the predefined variables from the File Header template (Includes tab) are also available (e.g. ${USER}, ${DATE}, etc.) | ||